inherited DelphiSelectRevisionsDialog: TDelphiSelectRevisionsDialog Left = 416 Top = 143 ActiveControl = LeftGrid BorderStyle = bsSizeable Caption = 'Select Revisions' ClientHeight = 248 ClientWidth = 470 Constraints.MinHeight = 161 Constraints.MinWidth = 478 OnClose = FormClose OnCreate = FormCreate OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TUiBevel Left = 0 Top = 0 Width = 470 Height = 8 Align = alTop Shape = bsSpacer end object Bevel2: TUiBevel Left = 0 Top = 8 Width = 8 Height = 203 Align = alLeft Shape = bsSpacer end object Bevel3: TUiBevel Left = 462 Top = 8 Width = 8 Height = 203 Align = alRight Shape = bsSpacer end object Splitter: TUiSplitter Left = 240 Top = 8 Width = 5 Height = 203 OnMoved = SplitterMoved end object LeftPanel: TUiPanel Left = 8 Top = 8 Width = 232 Height = 203 Align = alLeft BevelOuter = bvNone TabOrder = 0 OnResize = SidePanelResize object LeftLbl: TUiLabel Left = 0 Top = 0 Width = 232 Height = 16 Align = alTop AutoSize = False Caption = '&Left file' FocusControl = LeftGrid end object LeftGrid: TUiStringGrid Left = 0 Top = 16 Width = 232 Height = 187 Align = alClient ColCount = 2 DefaultColWidth = 116 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect] ScrollBars = ssVertical TabOrder = 0 OnDrawCell = GridDrawCell ColWidths = ( 114 116) end end object RightPanel: TUiPanel Left = 245 Top = 8 Width = 217 Height = 203 Align = alClient BevelOuter = bvNone TabOrder = 1 OnResize = SidePanelResize object RightLbl: TUiLabel Left = 0 Top = 0 Width = 217 Height = 16 Align = alTop AutoSize = False Caption = '&Right file' FocusControl = RightGrid end object RightGrid: TUiStringGrid Left = 0 Top = 16 Width = 217 Height = 187 Align = alClient ColCount = 2 DefaultColWidth = 116 DefaultRowHeight = 18 FixedCols = 0 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goDrawFocusSelected, goRowSelect] ScrollBars = ssVertical TabOrder = 0 OnDrawCell = GridDrawCell end end object BottomPanel: TUiPanel Left = 0 Top = 211 Width = 470 Height = 37 Align = alBottom BevelOuter = bvNone TabOrder = 2 SizeGripper = True DesignSize = ( 470 37) object AltEdit: TUiComboBox Left = 8 Top = 6 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = AltEditChange end object ShowDiffBtn: TUiButton Left = 309 Top = 6 Anchors = [akTop, akRight] Caption = '&Show Diff' Default = True TabOrder = 1 OnClick = ShowDiffClick AutoSize = asRight end object CancelBtn: TUiButton Left = 389 Top = 6 Anchors = [akTop, akRight] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 2 AutoSize = asRight end end end